home *** CD-ROM | disk | FTP | other *** search
/ COMPUTE's PC Disk 1990 March / COMPUTE PC Disk - Volume 4 No. 2 Issue 16 March 1990.img / STACK / HISTORY.STK next >
Encoding:
Text File  |  1989-11-27  |  3.1 KB  |  81 lines

  1. REVISION HISTORY
  2. ----------------
  3.  
  4. Version 1.1
  5.  
  6. Like most programmers, I can't resist adding just that one extra
  7. feature. So STACK didn't make it further than a few of my friends
  8. before I added the following "improvements":
  9.  
  10.          - Commands can now be deleted from the stack using the
  11.            TAB key.
  12.          - The function keys which can be programmed have been
  13.            extended to include Shift-F1 to Shift-F5.
  14.  
  15.  
  16. Version 1.2
  17.  
  18. Less than a week after I gave some friends a copy of STACK, I sort of
  19. promised that I'd stop changing it, at least for a while. But
  20. you see there was this bug, and while I was there ....  Anyway, here
  21. are the changes in Version 1.2:
  22.  
  23.          - Fixed a bug with insert so that STACK didn't stay in insert
  24.            mode between commands.
  25.          - Fixed TAB (delete) command.
  26.          - Esc now closes the window (just for you Dave).
  27.          - Dropped dedicated support for function keys F11 and F12.
  28.            It just wasn't worth maintaining two versions.
  29.          - Modified "copy current command to function key" so that it
  30.            optionally added a carriage return depending on insert
  31.            mode.
  32.          - Added facility to allow current copy of function keys to
  33.            be written back to disk (this one's for you Lyell).
  34.  
  35.  
  36. (The documentation has been updated to include these changes.)
  37.  
  38.  
  39. Version 1.6
  40.  
  41. (Don't embarass me and ask what happened to versions 1.3 to 1.5)
  42.  
  43. Version 1.6 is essentially a bug fix, although it does contain one
  44. useful enhancement (developed for one of those missing versions and
  45. has been well tested by now).
  46.  
  47.  
  48. GOOD NEWS FIRST - The enhancement is the ability to join several
  49. commands together using the caret (^) character. For example, instead of
  50. the following sequence of commands:
  51.  
  52. C:\>CHDIR \DBASE
  53. C:\>DBASE
  54. C:\>CHDIR \         {after you've finished with dbase}
  55.  
  56. you could use
  57.  
  58. C:\>CHDIR \DBASE^DBASE^CHDIR \
  59.  
  60. Both of these sequences produce the same result, but the latter can be
  61. copied to a function key and saved. I use this feature primarily to
  62. replace small batch files.
  63.  
  64.  
  65. THE BAD NEWS - Users have reported two problems with STACK, and I have
  66. only been able to fix one in this version. The problem I was able to
  67. fix relates to modifying STACK on disk. Several people reported that
  68. after using Ctrl-End, the modified version would no longer load from
  69. disk. It turns out that if you press Ctrl-End twice, it destroys the
  70. structure of STACK.COM. This has been fixed, and STACK will also
  71. display a message to confirm a successful update.
  72.  
  73. The problem I have been unable to fix has to do with displaying the 
  74. windows. A few people have reported that after they modified STACK,
  75. it no longer displayed the windows, although it worked OK otherwise.
  76. Since it has occurred with only a few users, I suspect that it is hardware
  77. dependent. I have been unable to duplicate the problem, and so I haven't
  78. had much luck investigating it. I am in the process of rewriting STACK, and
  79. I will include a more sophisticated customizing facility which may alleviate
  80. the problem.
  81.